home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10478 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.9 KB  |  44 lines

  1. Newsgroups: comp.lang.c
  2. Path: watserv3.uwaterloo.ca!news
  3. From: bcrwhims@uwaterloo.ca  (Carsten Whimster)
  4. Subject: Re: Code for common data structures/algorithms?
  5. Message-ID: <DoG4p6.K17@watserv3.uwaterloo.ca>
  6. Sender: news@watserv3.uwaterloo.ca
  7. Nntp-Posting-Host: cnts3p05.uwaterloo.ca
  8. Reply-To: carsten_whimster@iqpac.com (Carsten Whimster)
  9. Organization: EDM/2
  10. X-Newsreader: IBM NewsReader/2 v1.2.5
  11. References: <urquiola-1703962153560001@ronin.tiac.net> <4iilp3$m4k@news.inc.net>
  12. Date: Mon, 18 Mar 1996 04:34:17 GMT
  13.  
  14. In <4iilp3$m4k@news.inc.net>, Will Flor <willf@rrgroup.com> writes:
  15. >urquiola@ronin.tiac.net (Michael Urquiola) wrote:
  16. >>If such a beast exists could someone either.
  17. >>
  18. >>a) recomend a book
  19. >>b) point me to a FTP site
  20. >>
  21. >>where I can get sample code that impliments some of the more common data
  22. >>structures and algorithms.  What I want is extremely simple code just so I
  23. >>can see how these things are written and I can build around.  I've learned
  24. >>about them in classes now I can't figure how to use some of them (ie
  25. >>sorting, searching, Linked Lists, Graphs, Trees etc).
  26. >
  27. >Knuth's _The Art Of Computer Programming_ is just what you're looking 
  28. >for.  It's a three-volume set, and not cheap, either - but you really 
  29. >should own a copy.  _Algorithms in C_ is OK, too - just make sure you 
  30. >get the latest edition; the earlier edition suffered from some nasty 
  31. >bugs in source listings.
  32.  
  33. Knuth's book is the bible, but not really a starter book for a starting 
  34. programmer. More of a top-notch reference for professional programmers, 
  35. so perhaps on of Sedgewick's "Algorithms in ..." books is a better bet. 
  36. He has books in this series for C, C++, Modula-3, and I think Pascal.
  37.  
  38. Carsten Whimster -- carsten_whimster@iqpac.com
  39. -- EDM/2 Associate Editor and Book reviewer
  40. EDM/2   http://www.iqpac.com/edm2/index.shtml
  41. Reviews http://www.iqpac.com/edm2/columns/books.shtml
  42. Webpage http://www.undergrad.math.uwaterloo.ca/~bcrwhims/index.html
  43.  
  44.